home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #12 / K-CD-12-2003.ISO / LookDisk / Look disk setup.exe / #setuppath# / LDW.EXE / 0 / RCDATA / TDLGCONTINUE / TDLGCONTINUE.txt
Encoding:
Text File  |  2003-04-25  |  1.4 KB  |  74 lines

  1. object DlgContinue: TDlgContinue
  2.   Left = 318
  3.   Top = 304
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'LookDisk'
  7.   ClientHeight = 144
  8.   ClientWidth = 391
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Msg1: TLabel
  19.     Left = 22
  20.     Top = 19
  21.     Width = 358
  22.     Height = 26
  23.     AutoSize = False
  24.     Font.Color = clBlack
  25.     Font.Height = -12
  26.     Font.Name = 'Arial'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     WordWrap = True
  30.   end
  31.   object Msg2: TLabel
  32.     Left = 22
  33.     Top = 52
  34.     Width = 360
  35.     Height = 36
  36.     AutoSize = False
  37.     Font.Color = clBlack
  38.     Font.Height = -13
  39.     Font.Name = 'Arial'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.     WordWrap = True
  43.   end
  44.   object BitBtn1: TBitBtn
  45.     Left = 22
  46.     Top = 103
  47.     Width = 102
  48.     Height = 30
  49.     Caption = 'Co&ntinue'
  50.     Font.Color = clBlack
  51.     Font.Height = -13
  52.     Font.Name = 'Arial'
  53.     Font.Style = []
  54.     ParentFont = False
  55.     TabOrder = 0
  56.     Kind = bkYes
  57.     Spacing = 9
  58.   end
  59.   object BitBtn3: TBitBtn
  60.     Left = 284
  61.     Top = 103
  62.     Width = 93
  63.     Height = 30
  64.     Caption = '&Cancel'
  65.     Font.Color = clBlack
  66.     Font.Height = -13
  67.     Font.Name = 'Arial'
  68.     Font.Style = []
  69.     ParentFont = False
  70.     TabOrder = 1
  71.     Kind = bkCancel
  72.   end
  73. end
  74.